var testing.blockProfile
6 uses
testing (current package)
testing.go#L393: blockProfile = flag.String("test.blockprofile", "", "write a goroutine blocking profile to `file`")
testing.go#L422: blockProfile *string
testing.go#L1885: if *blockProfile != "" && *blockProfileRate >= 0 {
testing.go#L1964: if *blockProfile != "" && *blockProfileRate >= 0 {
testing.go#L1965: f, err := os.Create(toOutputDir(*blockProfile))
testing.go#L1971: fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *blockProfile, err)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)